fix: include repo prefix in agent skill copy command#3441
Conversation
The copy command was missing the repo prefix, generating `npx skills add @elasticsearch-esql` instead of `npx skills add elastic/agent-skills@elasticsearch-esql`. Closes #3439 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR adds the repository prefix to the agent-skill directive's copy install command. Previously, the generated command was Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
npx skills add @elasticsearch-esqlinstead of the correctnpx skills add elastic/agent-skills@elasticsearch-esqlowner/repopath from the URL alongside the skill name so the install command works out of the boxCloses #3439
Test plan
🤖 Generated with Claude Code